Coder Social home page Coder Social logo

cxx2flow-gui's People

Contributors

enter-tainer avatar jvhuaiying 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

Watchers

 avatar  avatar  avatar  avatar

cxx2flow-gui's Issues

mac布局问题

看了下现在没有mac的构建,你自己把代码拉下来试试吧,我不确定能行

您好,软件可以安装,没问题,就是打开之后展示有问题。左侧灰色区域太宽
image
image
image

参数错误

error[E0423]: expected value, found struct Dot
--> src\main.rs:9:61
|
9 | let res = cxx2flow::generate(code.as_bytes(), "", None, Dot);
| ^^^
|
::: C:\Users\jvhua.cargo\registry\src\index.crates.io-6f17d22bba15001f\cxx2flow-0.6.1\src\display\dot.rs:10:1
|
10 | pub struct Dot {
| -------------- Dot defined here
|
help: use struct literal syntax instead
|
9 | let res = cxx2flow::generate(code.as_bytes(), "", None, Dot { curly: val });
| ~~~~~~~~~~~~~~~~~~
help: consider importing this tuple variant instead
|
4 + use cxx2flow::display::GraphDisplayBackend::Dot;
|

For more information about this error, try rustc --explain E0423.
error: could not compile app (bin "app") due to previous error

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.