Esteban Borai
70726a2f55
fix: run cargo fmt
on nightly
2022-08-26 10:40:31 -04:00
Esteban Borai
399600d443
fix: 'static
lifetime elision for examples
...
Takes advantage of lifetime elision on some examples where the
rule applies.
Refer: https://doc.rust-lang.org/reference/lifetime-elision.html#static-lifetime-elision
2022-08-25 22:17:52 -04:00
Mads Marquart
02f5d6aa87
Remove trailing whitespace
2022-07-15 16:13:27 +02:00
Ryan McGrath
c713194262
v0.3.
...
- Changes internal target_os flags to be feature flags; macOS is now
appkit, and iOS/tvOS are now uikit. This enables platforms that are
not Apple-specific platforms that use frameworks to be compiled for.
- Updates the examples to handle closing/quitting better.
2021-08-07 22:31:48 -07:00
Ryan McGrath
ab53150abc
Finalize some NSString handling that I'd been mulling over. This should be much more sound and transparent regarding ownership while keeping the same general approach that's been working so far.
2020-03-31 20:59:08 -07:00
Ryan McGrath
db4da24268
Fix BOOL return values from NSUserDefaults, improve documentation
2020-03-31 19:00:03 -07:00
Ryan McGrath
f4ca9770e1
Fix NSData wrapper so storing and retrieving bytes in UserDefaults works as expected, with hopefully little to no cloning issues. Wrap the NSNumber logic into a proper type. More documentation/cleanup, still ongoing.
2020-03-31 15:22:00 -07:00
Ryan McGrath
3f9c9f992c
Almost done with a proper NSUserDefaults wrapper...
2020-03-30 20:23:54 -07:00
Ryan McGrath
e4ddfb975a
Further work on wrapping NSUserDefaults
2020-03-30 01:35:11 -07:00