gccrs: Add Base62 implementation
authorArthur Cohen <arthur.cohen@embecosm.com>
Tue, 23 Aug 2022 15:26:01 +0000 (16:26 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 13 Dec 2022 13:00:05 +0000 (14:00 +0100)
commiteb10bc5225e03c32175b32c4778e937e64f7ddaa
tree4fdcbb2f4aaf83be4dfc20799a76085026b3726c
parent15b0278905ed80413867ad78868a597dd7227170
gccrs: Add Base62 implementation

Used for V0 symbol mangling scheme which is still in development.

gcc/rust/
* util/rust-base62.cc: New.
* util/rust-base62.h: New.
gcc/rust/util/rust-base62.cc [new file with mode: 0644]
gcc/rust/util/rust-base62.h [new file with mode: 0644]