Giter Site home page Giter Site logo

inline-proc.rs's People

Contributors

sabrinajewson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

venryx iq-scm

inline-proc.rs's Issues

Cargo is Blocking itself :/

(I love this crate BTW, I would not be learning proc macros if I had to create an entire seperate crate for one)

Screen Shot 2022-06-21 at 7 00 15 PM

Blocks forever, even after cargo clean and all the other stackoverflow suggestions.

It could be related to my build structure

Cargo.toml # workspace 
src-tauri/
      Cargo.toml # the real cargo file
      src/
           main.rs

The outer cargo toml

[workspace]
members = ["src-tauri", ]
exclude = []
resolver = "2"

The inner one

[package]
name = "tauri"
version = "0.1.0"
description = "A Tauri App"
default-run = "tauri"
edition = "2018"
build = "src/build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.0.0-rc.5", features = [] }

[dependencies]
# serde_json = "1.0"
# serde = { version = "1.0", features = ["derive"] }
# tauri = { version = "= 1.0.0-rc.6", features = ["api-all"] }
# tauri-utils = "= 1.0.0-rc.4"
# tauri-codegen = "= 1.0.0-rc.4"
# tauri-macros = "= 1.0.0-rc.4"
# tauri-runtime = "= 0.3.4"
# tauri-runtime-wry = "= 0.3.5"
# deno_core = "0.139.0"
# lazy_static = "1.4.0"
# unsafe_fn = "0.1.2"
# serde_v8 = "0.50.0"
# once_cell = "1.12.0"
# deno_console = "0.57.0"
# deno_crypto = "0.71.0"
# deno_fetch = "0.80.0"
# deno_bench_util = "0.51.0"
# deno = "1.23.0"
# deno_broadcast_channel = "0.51.0"
# deno_ffi = "0.44.0"
# deno_http = "0.51.0"
# deno_net = "0.49.0"
# deno_tls = "0.44.0"
# deno_url = "0.57.0"
# deno_web = "0.88.0"
# deno_webgpu = "0.58.0"
# deno_webidl = "0.57.0"
# deno_websocket = "0.62.0"
# deno_webstorage = "0.52.0"
# deno_ops = "0.17.0"
# deno_runtime = "0.65.0"
inline-proc = { version = "0.1.1", features = ["ron"] } 

[features]
default = [ "custom-protocol" ]
custom-protocol = [ "tauri/custom-protocol" ]

Allow usage of #![feature]

Currently, this crate places a wrapper module around the generated crate, which makes it impossible to use #![feature] flags on nightly. Perhaps it could scan the source to find these and propagate them?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.