Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
steel-cent
Browse files
Jul 12, 2019
Post-release rev to 0.2.4-pre
· f18ee7a1
John Hume
authored
Jul 11, 2019
f18ee7a1
Release 0.2.3
· e6fdc8cb
John Hume
authored
Jul 11, 2019
View commits for tag 0.2.3
0.2.3
e6fdc8cb
Update MoneyData to joda-money@bbe6c90
· 7ff2abdc
John Hume
authored
Jul 11, 2019
7ff2abdc
Fix site-generation w/ official rust docker image too
· 64f5eb61
John Hume
authored
Jul 11, 2019
64f5eb61
Try to fix CI by using official rust docker images
· de435abd
John Hume
authored
Jul 11, 2019
de435abd
Jan 07, 2018
Post-release rev to 0.2.3-pre
· 540039d5
John Hume
authored
Jan 07, 2018
540039d5
Release 0.2.2
· e194c47c
John Hume
authored
Jan 07, 2018
View commits for tag 0.2.2
0.2.2
e194c47c
Configure cargo release dev-version-ext
· 7fb93678
John Hume
authored
Jan 07, 2018
7fb93678
Fail cleanly on parse w/ FormatSpec w/o CurrencySymbol
· 91806cfe
John Hume
authored
Jan 07, 2018
91806cfe
Jan 05, 2018
Support parse spec w/ currency preceding optional minus
· 4ff02f61
John Hume
authored
Jan 05, 2018
4ff02f61
Add test of workaround for parsing strings w/o currency symbols
· a11eaa02
John Hume
authored
Jan 05, 2018
a11eaa02
Upgrade lazy_static and csv dependencies
· 8e130e0b
John Hume
authored
Jan 05, 2018
8e130e0b
Feb 21, 2017
Link to both master and docs.rs release API docs
· 7f342392
John Hume
authored
Feb 20, 2017
7f342392
Post-release rev to 0.2.2-pre
· d9f78fb1
John Hume
authored
Feb 20, 2017
d9f78fb1
Release 0.2.1
· 010b2880
John Hume
authored
Feb 20, 2017
View commits for tag 0.2.1
0.2.1
010b2880
README updates -- there's parsing now.
· af38b046
John Hume
authored
Feb 20, 2017
af38b046
Revert "Call this 0.3.0-pre"
· 40d7e1c3
John Hume
authored
Feb 20, 2017
40d7e1c3
Feb 14, 2017
Rearrange the all-lengths test
· 6261a30e
John Hume
authored
Feb 13, 2017
6261a30e
rm stray debugging println
· 5576e6b6
John Hume
authored
Feb 13, 2017
5576e6b6
Feb 13, 2017
Add more round-trip format-and-parse tests
· 7274e842
John Hume
authored
Feb 12, 2017
7274e842
impl ParseableMoney for SmallMoney
· ce15d844
John Hume
authored
Feb 12, 2017
ce15d844
Feb 07, 2017
Add quickcheck and some minimal properties
· ed20e294
John Hume
authored
Feb 06, 2017
ed20e294
Bit o' doc for format
· 8b3bd92a
John Hume
authored
Feb 06, 2017
8b3bd92a
Feb 06, 2017
Fix a formatting bug
· 9f609308
John Hume
authored
Feb 05, 2017
9f609308
Make example more flexible
· 95276c18
John Hume
authored
Feb 05, 2017
95276c18
Feb 05, 2017
Show use statements on top-level example
· 1e61a9c6
John Hume
authored
Feb 05, 2017
1e61a9c6
Formatting docs tweak
· 32014dca
John Hume
authored
Feb 05, 2017
32014dca
Feb 04, 2017
Remove error-chain dep from example
· 372995d5
John Hume
authored
Feb 04, 2017
372995d5
For compatibility with older rust visibility rules
· 213d20a4
John Hume
authored
Feb 04, 2017
213d20a4
Call this 0.3.0-pre
· ebaa4e22
John Hume
authored
Feb 03, 2017
ebaa4e22
Add an example app that parses and formats
· 78b7c093
John Hume
authored
Feb 03, 2017
78b7c093
Fail cleanly on empty parse input
· abf122ff
John Hume
authored
Feb 03, 2017
abf122ff
Document more parse things
· b9620254
John Hume
authored
Feb 03, 2017
b9620254
Try to prevent exhaustive matches on FormatPart
· 5003cf69
John Hume
authored
Feb 03, 2017
5003cf69
Make ParseError.loc public
· 238eaa69
John Hume
authored
Feb 03, 2017
238eaa69
Hide some parse-related things
· fcbe643d
John Hume
authored
Feb 03, 2017
fcbe643d
Feb 03, 2017
Document FormatSpec::parser
· f3358b8a
John Hume
authored
Feb 03, 2017
f3358b8a
Make formatting::ParseError a std::error::Error
· 903485c8
John Hume
authored
Feb 03, 2017
903485c8
Validate the number of decimal places in parsed strings
· 30c19083
John Hume
authored
Feb 02, 2017
30c19083
Add another should-be ParseError
· 5171ed78
John Hume
authored
Jan 27, 2017
5171ed78
Loading