Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
B
base64-lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Jeremy Reed
base64-lib
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
dc650bc28dfc7b800da27565f268b2c968966e53
Select Git revision
Branches
2
develop
protected
master
default
protected
Tags
10
v0.2.2
v0.2.1
v0.2.0
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
12 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Apr
26
Sep
25
24
23
22
21
19
4
version bump
v0.2.2 master
v0.2.2 master
Remove println!() statements.
develop
develop
Use unordered list to label badges.
Clearer formatting.
README.md formatting.
Add badges.
Add a .gitlab-ci.yml config file.
Remove get_segments()
Basic test for get_decode_lookup.
Move tests into separate modules.
Version bump.
v0.2.1
v0.2.1
Fix pad char issue.
Version bump.
v0.2.0
v0.2.0
Complete testing of custom alphabet feature.
Update README.md
Implement encode/decode with custom alphabet.
Refactor names.
Stub out new functions.
Version bump.
v0.1.6
v0.1.6
Add section describing how to import this library.
Refactors, and doc comments.
Version bump.
v0.1.5
v0.1.5
Remove another debug print.
Version bump.
v0.1.4
v0.1.4
Remove debug print.
Version bump.
v0.1.3
v0.1.3
Fix Cargo.toml
Add documentation field to Cargo.toml
v0.1.2
v0.1.2
Version bump.
v0.1.1
v0.1.1
Fix README.md
Add a README.md
v0.1.0
v0.1.0
Modify Cargo.toml
Add MIT License.
Implement and test decode()
Start decode() implementation.
Remove unneeded initialization.
Add decode() tests.
Implement and test encode()
Implement and test get_number_of_pads.
Change function name.
Loading