1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-26 21:17:44 +00:00

Commit graph

  • 3d45164562
    Increase max with to 120 master RGBCube 2025-02-11 23:35:05 +03:00
  • 9ec0768a8e
    Cargo update RGBCube 2025-02-02 22:45:05 +03:00
  • 601d4fed5f
    Clippy lints and optimization RGBCube 2025-02-02 22:15:05 +03:00
  • 8dd31ecc77
    Remove procmacro2_semver_exempt procmacro2-source-file-stable RGBCube 2025-02-02 21:51:31 +03:00
  • a4724700b2
    Use .cloned() rather than .into_owned() RGBCube 2025-02-02 21:51:31 +03:00
  • d61798c7e0
    Maybe fix docs.rs build? (doesn't work) RGBCube 2024-05-31 23:25:41 +03:00
  • 2b65ed2c2d
    Add .cargo/config.toml for lib editing RGBCube 2024-05-22 11:16:49 +03:00
  • 766b11a9b7
    Don't need to note down the license header in the readme RGBCube 2024-05-22 11:15:33 +03:00
  • d8680f6085
    Upload to crates.io & add todo RGBCube 2024-05-22 11:12:01 +03:00
  • 306aefe981
    Bump version RGBCube 2024-05-22 10:58:18 +03:00
  • 0c9527c653
    Better error messages when procmacro2_semver_exempt is not set RGBCube 2024-05-22 10:57:48 +03:00
  • 661d2d54c0
    Don't warn for unexpected cfgs RGBCube 2024-05-22 10:45:17 +03:00
  • 8c4ad0eb1b
    Cargo update RGBCube 2024-05-22 10:41:32 +03:00
  • 63b2d936a5
    Add todo RGBCube 2024-05-22 10:33:36 +03:00
  • c8cd9b447e
    Oops, features aren't the same as cfg options RGBCube 2024-02-22 11:35:17 +03:00
  • 53f550c9c0
    Rename to embd RGBCube 2024-02-22 10:50:17 +03:00
  • 7c2eb614db
    Remove useless patch section RGBCube 2024-01-08 19:12:57 +03:00
  • 7c41253f4f
    Rename embed_macros to embed-macros RGBCube 2024-01-07 12:46:18 +03:00
  • 8d060ef70a
    Fix lifetime issues RGBCube 2024-01-05 12:44:30 +03:00
  • e3611073b5
    Add lifetime annotations RGBCube 2024-01-05 11:41:22 +03:00
  • e034144ab6
    Add type annotations RGBCube 2024-01-05 11:39:24 +03:00
  • 8f3c415308
    Improve docs and add DirEntry::path RGBCube 2024-01-05 10:01:56 +03:00
  • ccd617123a
    Hide private fields RGBCube 2024-01-05 09:48:07 +03:00
  • d3be214f10
    Remove repetetive quotes RGBCube 2024-01-05 09:40:49 +03:00
  • 161beeaf57
    Don't allocate for the children on release RGBCube 2024-01-05 09:23:43 +03:00
  • 2f2ec0f0c4
    Use our own proc-macro2 fork and don't allocate anything at release (somewhat) RGBCube 2024-01-05 00:22:34 +03:00
  • da1f20a409
    Readability improvements RGBCube 2024-01-04 23:35:02 +03:00
  • d7f67fcf4c
    Don't allocate PathBuf uselessly RGBCube 2024-01-04 23:24:49 +03:00
  • a6eba8386c
    Add docs RGBCube 2024-01-04 23:05:05 +03:00
  • 907051343d
    YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO RGBCube 2024-01-04 23:02:17 +03:00
  • 6c33b6177d
    Use Cow. Moo RGBCube 2024-01-04 22:13:41 +03:00
  • f2b0e744c4
    Fix and simplify proc macro RGBCube 2024-01-04 16:59:14 +03:00
  • 23886aa778
    Combine embed/ into lib.rs and document code RGBCube 2024-01-04 16:41:05 +03:00
  • 4009d68579
    Add readme flatten example RGBCube 2024-01-04 16:03:52 +03:00
  • 531adba675
    Make it work, filenames are complicated right now RGBCube 2024-01-04 16:03:09 +03:00
  • af2946a3a8
    Fix visibility issue RGBCube 2024-01-04 15:15:23 +03:00
  • 86dbc4fd89
    Fix lib.proc_macro key RGBCube 2024-01-04 15:12:09 +03:00
  • 8df27a82d6
    Explicitly import __include_dir_runtime RGBCube 2024-01-04 15:06:15 +03:00
  • e61dbf0196
    Remove useless Cargo.lock RGBCube 2024-01-04 14:57:06 +03:00
  • 68fabf986d
    Rename macros/ to embed_macros/ RGBCube 2024-01-04 14:56:27 +03:00
  • 1d0900938d
    Use everything through embed crate RGBCube 2024-01-04 14:51:58 +03:00
  • 55390702a5
    Use SourceFile RGBCube 2024-01-04 14:32:17 +03:00
  • d3c1b3e590
    Remove unused import RGBCube 2024-01-04 13:42:15 +03:00
  • 9c39ac4a61
    Fix relativity finally RGBCube 2024-01-04 13:40:05 +03:00
  • 41e02a9b3b
    Add error message for trying to embed . RGBCube 2024-01-04 13:29:42 +03:00
  • 2b624eb362
    Use absolute imports in all macros RGBCube 2024-01-04 13:11:36 +03:00
  • b2be0579f8
    Fix importing parent files RGBCube 2024-01-04 13:05:19 +03:00
  • 77520c0364
    Fix relativity and macros RGBCube 2024-01-04 12:47:19 +03:00
  • c8472c50dc
    Don't canoncicalize RGBCube 2024-01-04 08:21:33 +03:00
  • 58a1fa2182
    Fix RGBCube 2024-01-02 17:18:18 +03:00
  • c031e19e7f
    Todo dirs RGBCube 2023-12-31 19:26:12 +03:00
  • d262e42422
    Add formatter config RGBCube 2023-12-30 10:41:57 +03:00
  • 6aba0ec76d
    Why does rust expan these macros at all? RGBCube 2023-12-21 16:02:52 +03:00
  • 2dd76f6494
    Make bytes actually bytes RGBCube 2023-12-21 15:45:46 +03:00
  • e77562e096
    Remove wrong instruction RGBCube 2023-12-21 15:38:07 +03:00
  • 88e2b32d35
    Don't use dir yet as it is broken RGBCube 2023-12-21 13:01:20 +03:00
  • a76d9199c0
    Initial commit RGBCube 2023-12-21 13:00:33 +03:00