Commit graph

  • 82b68b283f Update 'src/lib.rs' master delta 2022-11-21 15:27:19 -0600
  • fd2800c1d3 Rename as_str into as_string delta 2022-11-21 15:25:13 -0600
  • 09055345fb Update 'src/lib.rs' delta 2022-11-21 15:22:39 -0600
  • fd0231a558 Update 'src/lib.rs' delta 2022-11-21 15:22:13 -0600
  • 686955ceca Update 'src/lib.rs' delta 2022-11-21 15:19:41 -0600
  • 5fe419db69 Update 'src/lib.rs' delta 2022-11-21 15:16:56 -0600
  • 42a6b4534f Allow the retrieval of the stored pattern as a &str delta 2022-11-21 15:14:48 -0600
  • de5d217ddf 0.3.0 - no more C, just unsafe Rust steve donovan 2018-12-10 08:45:08 +0200
  • db9bc180b9 support for single as well as global subst steve donovan 2017-12-03 19:06:19 +0200
  • 027e2166d0 Merge branch 'master' of github.com:stevedonovan/lua-patterns steve donovan 2017-12-01 19:10:00 +0200
  • bd92afd0df more examples - particularly multiple captures Steve Donovan 2017-11-30 15:39:08 +0200
  • 7697b9ffb3 2- and 3-capture versions of capture_mayble Steve Donovan 2017-11-14 14:22:04 +0200
  • 04332d56a5 PatternError ctor is private steve donovan 2017-07-23 17:29:29 +0200
  • 207c25ad2f 0.2.0 candidate: static verification of Lua string patterns Steve Donovan 2017-05-30 14:20:12 +0200
  • 0b755ed997 version 0.1.1: streaming iterator gmatch_captures 0.1.1 steve donovan 2017-04-30 13:47:28 +0200
  • ddbac8a430 updated documentation ref steve donovan 2017-04-22 10:34:09 +0200
  • 4fbcbaed1d 0.1.0 Steve Donovan 2017-04-21 13:30:17 +0200
  • f80f03e14a added MIT license Steve Donovan 2017-04-21 13:29:57 +0200
  • 6eff1ab170 lifetime problem for potentially very useful iterator over captures Steve Donovan 2017-04-21 13:08:42 +0200
  • db8f2970dd removed iterator over closures (trivial), specifying lifetimes more precisely Steve Donovan 2017-04-21 12:25:47 +0200
  • a2d074d075 matches_maybe and first_closure Steve Donovan 2017-04-20 16:19:14 +0200
  • 2480294ad5 mentioned matches_maybe Steve Donovan 2017-04-20 16:18:50 +0200
  • 8681bb5f8c added text-replacement gsub; LuaPatternBuilder for binary patterns Steve Donovan 2017-04-19 16:21:17 +0200
  • 9bd6be6d3a updated readme Steve Donovan 2017-04-19 16:18:16 +0200
  • 46af2b7d91 fleshing out readme steve donovan 2017-04-18 19:21:48 +0200
  • 977d91643a added iterator over byte slice matches steve donovan 2017-04-18 19:21:26 +0200
  • edb376c69e updated examples steve donovan 2017-04-18 19:20:24 +0200
  • 9ba61944b0 new example Steve Donovan 2017-04-18 15:44:29 +0200
  • 9be8354722 thread-safe error handling (in theory); panic if pattern is bad Steve Donovan 2017-04-18 15:44:02 +0200
  • c8dd33f165 readme starting to happen Steve Donovan 2017-04-18 15:43:26 +0200
  • c9be392136 a README steve donovan 2017-04-17 17:10:52 +0200
  • 44ee64a821 errors starting to bubble up steve donovan 2017-04-17 17:09:15 +0200
  • 816fd0db2c initial commit steve donovan 2017-04-17 13:16:52 +0200