1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00
Commit Graph

188 Commits

Author SHA1 Message Date
Adam Wittenberg
40c510304c Fix associated type in example generated code (#11) 2017-10-30 10:53:58 -07:00
Peternator7
55f61035f7 Updated README to include AsRefStr 2017-08-23 22:20:39 -07:00
らりお (YOSHIOKA Takuma)
af58a6d403 Add derive(AsRefStr) implementation (#10)
Implements AsRef<str> as a non-allocating alternative to deriving ToString. Docs will come later
2017-08-23 19:18:23 -07:00
Peternator7
c9bba73f9b Updated Cargo.toml 2017-07-01 08:12:00 -07:00
kyren
86a02a4833 Add some missing absolute module paths 2017-06-30 14:36:13 -07:00
wangcong
d0ae6ff71d fix README Some path (#7)
* fix README `Some` path
* add missing `
2017-06-29 13:51:50 -07:00
Peter Glotfelty
645797ec90 Merge pull request #6 from NickeZ/patch-1
Fixed mark down in README
2017-06-29 13:50:38 -07:00
Niklas Claesson
56611a5cf4 Update README.md
Missed one tick
2017-06-28 22:50:43 +02:00
Peter Glotfelty
2fa1b869de Merge pull request #3 from Peternator7/features/tostring
Features/tostring
2017-04-15 19:11:41 -07:00
Peternator7
a82aaa1e0d Fixed a link in the readme 2017-04-15 19:01:58 -07:00
Peternator7
fbea713633 Updated Version. Changed Readme 2017-04-15 18:54:49 -07:00
Peternator7
bb2a37e9b6 Refactored deriviations into different files and added a ToString implementation 2017-04-15 18:08:49 -07:00
Peter Glotfelty
c171612524 Added an Appveyor.yml and fixed small issues in the Cargo.toml 2017-02-25 08:48:20 -08:00
Peter Glotfelty
9dcade9077 Added one more test file 2017-02-23 00:09:57 -08:00
Peter Glotfelty
1801a300d3 Fixed some documentation bugs 2017-02-15 21:16:16 -08:00
Peter Glotfelty
033a376130 Added more test cases and fixed a small bug in how EnumIter handles generics 2017-02-15 19:16:40 -08:00
Peter Glotfelty
42ee963b37 Merged changes from durka and updated docs accordinglt 2017-02-15 18:31:19 -08:00
Peter Glotfelty
a1a871a8cc Merge pull request #1 from durka/abs-paths
strum_macros: absolutize type paths
2017-02-14 19:10:20 -08:00
Alex Burka
1c2548f215 strum_macros: absolutize type paths 2017-02-14 15:22:30 -05:00
Peter Glotfelty
a91a4e35ba Fixed merge conflicts 2017-02-13 23:13:24 -08:00
Peter Glotfelty
ef401fcd27 Added better support for debugging items 2017-02-13 23:11:17 -08:00
Peter Glotfelty
9fa967505c Update README.md 2017-02-12 12:53:37 -08:00
Peter Glotfelty
460700124a Update README.md
Fixed the link on the readme and removed some of the lines that rustdoc parses differently than a standard markdown parser
2017-02-12 12:52:51 -08:00
Peter Glotfelty
088ca638e6 Fixed Cargo.toml in strum 2017-02-11 23:07:06 -08:00
Peter Glotfelty
dca3affc35 Fixed Cargo.toml for strum_macros 2017-02-11 23:05:15 -08:00
Peter Glotfelty
d3b7b7e761 Fixed the links 2017-02-11 23:03:42 -08:00
Peter Glotfelty
04f0726668 Added badges to readme 2017-02-11 23:00:43 -08:00
Peter Glotfelty
7d6738d64a Fixed the Travis script 2017-02-11 22:51:53 -08:00
Peter Glotfelty
271198e96e forgot to remove additional spaces. It's fixed now 2017-02-11 22:46:32 -08:00
Peter Glotfelty
c52cd5942a Revised documentation and it reads better now. Started writing a test crate. 2017-02-11 22:44:40 -08:00
Peter Glotfelty
bbdceacd58 Fixed all the doc tests to actually run. 2017-02-11 11:42:32 -08:00
Peter Glotfelty
e9f28d8273 Added lots more documentation to the project. 2017-02-09 00:23:55 -08:00
Peter Glotfelty
81ab1483bc Added support for lifetimes and generic bounds on enums. Also added support for a default case in from_str and a detailed_message 2017-02-08 23:06:28 -08:00
Peter Glotfelty
61e4924c49 Refactored some code to use more traits and few free functions 2017-02-04 23:32:53 -08:00
Peter Glotfelty
e4c762ee67 Fixed the dependency links to point at github now that the project is being hosted remotely 2017-02-04 18:55:15 -08:00
Peter Glotfelty
edc932f409 Merge branch 'master' of github.com:Peternator7/strum 2017-02-04 18:53:12 -08:00
Peter Glotfelty
87a88dc92c Implemented initial version of macros and code 2017-02-04 18:52:48 -08:00
Peter Glotfelty
2f23362dd2 Initial commit 2017-02-04 18:50:41 -08:00