issues
search
japaric
/
ufmt
a smaller, faster and panic-free alternative to core::fmt
Apache License 2.0
352
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add handling of f32 and f64 data types
#64
Simsys
closed
6 months ago
0
Add support for float
#63
Simsys
closed
8 months ago
0
Add simple float formatting
#62
Simsys
closed
9 months ago
1
Consider improving soundness of trait impl macros
#61
jhand2
opened
11 months ago
0
Get rid of UB with `uninitialized`
#60
Lucretiel
opened
1 year ago
2
Add "inline" feature for do_as_formatter()
#59
korran
opened
1 year ago
0
feat: implement `uDebug` for `PhantomData`
#58
JarvisCraft
opened
1 year ago
0
Test char formatting, replace mem::uninitialized with MaybeUninit
#57
saethlin
opened
1 year ago
0
Support Remote Derive similar to Serde
#56
jscatena88
opened
1 year ago
0
Gate tests by the feature they use
#55
alexanderkjall
opened
1 year ago
0
add binary formatting (proof-of-concept)
#54
Pr0gm4n
opened
1 year ago
0
Add license texts to all crates
#53
michel-slm
opened
1 year ago
0
str implement uDebug
#52
andrewgazelka
opened
1 year ago
9
fixed uDebug derive for types with a W generic
#51
newAM
opened
2 years ago
0
update CI to use new branch name
#50
japaric
closed
2 years ago
2
ci: run tests within miri
#49
japaric
closed
2 years ago
2
ci: run clippy
#48
japaric
closed
2 years ago
2
use MaybeUninit instead of mem::uninitialized
#47
japaric
closed
2 years ago
2
nopanic: rm cortex-m dependencies
#46
japaric
closed
2 years ago
2
fully qualify Ok used in expansion
#45
japaric
closed
2 years ago
3
update CHANGELOGs
#44
japaric
closed
2 years ago
2
move crates to 2021 edition
#43
japaric
closed
2 years ago
2
use const generics in `LineBuffered`
#42
japaric
closed
2 years ago
4
rm proc-macro-hack; use regular proc-macro
#41
japaric
closed
2 years ago
2
rm MSRV guarantee
#40
japaric
closed
2 years ago
2
ufmt v0.1.2
#39
japaric
closed
2 years ago
2
update CI
#38
japaric
closed
2 years ago
2
act on some clippy warnings
#37
mutantbob
closed
2 years ago
4
uFmt macros don't fully-qualify Ok/Err enum variants
#36
timwalls
closed
2 years ago
0
new {:x} formatting support using uDisplayHex trait
#35
mutantbob
closed
2 years ago
2
Remove dependency on `proc-macro-hack`
#34
davidcole1340
closed
2 years ago
2
how to support uwrite! for CStr ?
#33
mutantbob
opened
2 years ago
1
fix i32 / u32 uDebug impl for 16-bit pointer width
#32
mrk-its
closed
2 years ago
5
uwrite with alloc::string::String? no_std target
#31
dragonnn
opened
3 years ago
5
Undefined behavior in provided method `uWrite::write_char`
#30
jrvanwhy
opened
3 years ago
2
Fix link in doc comments
#29
Eetsi123
closed
3 years ago
1
Cannot print 32 bit integers
#28
crclark96
closed
2 years ago
1
Motivation for associated error type?
#27
SimonSapin
opened
3 years ago
1
Added debug_hex feature.
#26
hnj2
closed
2 years ago
3
Implement uDebug for str
#25
hnj2
opened
3 years ago
1
uwriteln to stdout
#24
vi
opened
4 years ago
1
Details on nopanic
#23
RazrFalcon
opened
4 years ago
0
Implement uDebug derive for empty enums
#22
nickray
closed
2 years ago
3
Added a WriteAdapter struct to wrap any type implementing core::fmt::Write
#21
therealprof
closed
4 years ago
3
Fix derive uDebug in case a non-core Result is in scope
#20
nickray
closed
4 years ago
2
Replace uWrite impl for String by generic impl for all Write impls
#19
therealprof
closed
4 years ago
4
Replace uWrite impl for String by generic impl for all Write impls
#18
therealprof
closed
4 years ago
1
stable v0.1.0
#17
japaric
closed
4 years ago
4
bump dependencies
#16
burrbull
closed
4 years ago
1
accept DST writers
#15
japaric
closed
5 years ago
2
Next